    /* Box1 */
    .section1 {
        padding: 0 !important;
    }

    .bannerBox {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }

    .bannerSwiper {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
    }

    .bannerBox video,
    .bannerBox .bj {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
        z-index: 1;
        display: block;
    }    .bannerBox .text {
        position: absolute;
        z-index: 5;
        left: 0;
        bottom: 30px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
    justify-content: flex-end;
    }
    .bannerBox .AMore1 {

        display: none;
    }

    @media (max-width: 1200px) {
        .section1 {
            margin-top: 60px;
        }

    }
    .videoBanner {
        display: none;
    }


    @media (max-width: 720px) {
        .bannerBox .video1 {
            display: none;
        }

        .videoBanner.cur {
            padding: 5vw;
            display: block;
            width: 100vw;
            height: 100vh;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 999;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #00000099;
        }
       .bannerBox .AMore1 {
            display: block;
            font-size: 14px;
            color: #fff;
            border-radius: 45px;
            width: 140px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--color);
        }

        .video2 {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .gb1 {
            width: 30px;
            background: #fff;
            padding: 5px;
            margin-top: 30px;
        }
    }
